Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Llama RPC providers #222

Merged
merged 7 commits into from
Jun 11, 2024
Merged

Add Llama RPC providers #222

merged 7 commits into from
Jun 11, 2024

Conversation

rvanasa
Copy link
Collaborator

@rvanasa rvanasa commented Jun 10, 2024

Includes Llama RPC providers in the local replica and updates the Candid interface.

Pending !19761.

@rvanasa rvanasa requested a review from gregorydemay June 10, 2024 22:17
@rvanasa rvanasa marked this pull request as ready for review June 11, 2024 17:28
@@ -36,6 +36,7 @@ type EthMainnetService = variant {
BlockPi;
Cloudflare;
PublicNode;
Llama;
Copy link
Collaborator Author

@rvanasa rvanasa Jun 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently using Llama in place of LlamaNodes since the API domain name is llamarpc.com. Otherwise, also having PublicNode could create some confusion about when to include an s at the end for people unfamiliar with these individual providers.

Totally open to hearing other perspectives on this in case it makes more sense to use LlamaNodes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought those were coming from the company name, which in that case LlamaNodes and PublicNode make perfect sense, and not from the API domain name. A priori I would say that the company name is more stable than the domain name, that's why I would tend to stick to the company name, but that's not a strong opinion.

@rvanasa rvanasa merged commit a8dc915 into main Jun 11, 2024
3 checks passed
@rvanasa rvanasa deleted the llama-rpc branch June 11, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants